crypto/tls.serverHelloMsg.ocspStapling (field)
7 uses
crypto/tls (current package)
handshake_client.go#L556: if !hs.serverHello.ocspStapling {
handshake_client_tls13.go#L137: if hs.serverHello.ocspStapling ||
handshake_messages.go#L635: ocspStapling bool
handshake_messages.go#L659: if m.ocspStapling {
handshake_messages.go#L811: m.ocspStapling = true
handshake_server.go#L540: hs.hello.ocspStapling = true
handshake_server.go#L565: if hs.hello.ocspStapling {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |